home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
gui
/
gadtoolsbox20c.lha
/
GadToolsBox
/
Oberon
/
GetFile
/
bases.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-01
|
344 b
|
16 lines
XDEF _IntuitionBase
XDEF _GfxBase
XDEF _UtilityBase
XDEF _GadToolsBase
SECTION "bases",DATA
even
_IntuitionBase: dc.l 0
_GfxBase dc.l 0
_UtilityBase dc.l 0
_GadToolsBase dc.l 0
end